crypto/x509.Certificate.checkNameConstraints (method)
5 uses
crypto/x509 (current package)
verify.go#L509: func (c *Certificate) checkNameConstraints(count *int,
verify.go#L626: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "email address", name, mailbox,
verify.go#L639: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "DNS name", name, name,
verify.go#L653: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "URI", name, uri,
verify.go#L666: if err := c.checkNameConstraints(&comparisonCount, maxConstraintComparisons, "IP address", ip.String(), ip,
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |